home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000226_jp107@amtp.cam.ac.uk_Thu Feb 3 05:49:11 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from inn.amtp.cam.ac.uk by cs.umb.edu with SMTP id AA09706
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 3 Feb 1994 00:49:20 -0500
  3. Return-Path: <J.S.Peatfield@damtp.cambridge.ac.uk>
  4. Received: from wotan.amtp.cam.ac.uk by inn.amtp.cam.ac.uk with Smail-3.1.28.1
  5.      id m0pRwwB-0001u7C; Thu, 3 Feb 94 05:49 GMT
  6. Received: by wotan.amtp.cam.ac.uk (5.65/DAMTP 2.0-Client (wotan.amtp.cam.ac.uk MX-hub grey.amtp.cam.ac.uk))
  7.     id AA17043; Thu, 3 Feb 1994 05:49:11 GMT
  8. Date: Thu, 3 Feb 1994 05:49:11 GMT
  9. Message-Id: <9402030549.AA17043%wotan.amtp.cam.ac.uk@damtp.cambridge.ac.uk>
  10. To: tex-k@cs.umb.edu
  11. Subject: Makefile.in
  12. From: Jon Peatfield <J.S.Peatfield@amtp.cam.ac.uk>
  13.  
  14. This patch to the original toplevel Makefile.in means that the CC and
  15. CFLAGS get passed down to the lower levels as well at the other stuff
  16. I mailed before.  Handy if like me you keep recompiling with different
  17. compilers/flags...
  18.  
  19. --cut-here--
  20. *** Makefile.in.orig    Mon Jan 24 13:39:11 1994
  21. --- Makefile.in Wed Jan 26 12:21:11 1994
  22. ***************
  23. *** 77,89 ****
  24.   # if we are to propagate changes at the top level.
  25.   makeargs = $(MFLAGS) SHELL='$(SHELL)' \
  26.     prefix=$(prefix) exec_prefix=$(exec_prefix) \
  27. !   bindir=$(bindir) libdir=$(libdir) \
  28.     datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
  29.     manext=$(manext) mandir=$(mandir) \
  30. !   texprefix=$(texprefix)     mfprefix=$(mfprefix) \
  31.     texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) \
  32.     texpooldir=$(texpooldir)   mfpooldir=$(mfpooldir) \
  33. !   texfontdir=$(texfontdir) \
  34.     psfontdir=$(psfontdir) \
  35.     dvips_prefix=$(dvips_prefix) \
  36.     configdir=$(configdir) \
  37. --- 77,90 ----
  38.   # if we are to propagate changes at the top level.
  39.   makeargs = $(MFLAGS) SHELL='$(SHELL)' CC=$(CC) CFLAGS=${CFLAGS} \
  40.     prefix=$(prefix) exec_prefix=$(exec_prefix) \
  41. !   bindir=$(bindir) scriptdir=$(scriptdir) libdir=$(libdir) \
  42.     datadir=$(datadir) infodir=$(infodir) includedir=$(includedir) \
  43.     manext=$(manext) mandir=$(mandir) \
  44. !   texmf_prefix=$(texmf_prefix) \
  45.     texinputdir=$(texinputdir) mfinputdir=$(mfinputdir) \
  46. +   fmtdir=$(fmtdir) basedir=$(basedir) \
  47.     texpooldir=$(texpooldir)   mfpooldir=$(mfpooldir) \
  48. !   fontdir=$(fontdir) \
  49.     psfontdir=$(psfontdir) \
  50.     dvips_prefix=$(dvips_prefix) \
  51.     configdir=$(configdir) \
  52. --cut-here--
  53.  
  54. -- Jon